Smoke for everybody V1.1
===================

First of all let me say that I DID NOT write this script to replace any of the common smoke&fire addons. The intention behind all this was to NOT use any addons for this effect. This was important considering that this effect was mainly to be used in MP Missions. Some of you might know the hassle with missing addons across the board of players.

So I wrote this little script to be included in a MP mission of mine, no addons needed. And the good thing is that everybody can easily use this piece of code in their own mission.

How to use:
1. Copy vehiclescript.sqs into your missions folder
2. In the mission editor, copy the following line into the init field of every object you want to smoke: 

this exec "vehiclescript.sqs"

3. The more damage, the thicker the smoke. When completely destroyed, flames and smoke will appear.

It's a generic script, so if you use it on people, even they will smoke, which is quite useless but fun. Take note of the few remarks in the script with regards to the positioning of the fire. I will be working on a sound effect next. So far this had low priority.

Have fun using it,
Victor Farbau

vfsacc@yahoo.com

Version 1.0 - Initial Release
Version 1.1 - After some valuable feedback: added sparks and completely revised fire effect, no sound yet
